OTIsSynchronous
Returns a provider's current mode of execution.C INTERFACE
Boolean OTIsSynchronous(ProviderRef ref);C++ INTERFACE
Boolean TProvider::IsSynchronous();PARAMETERS
ref
- The provider reference for the provider whose mode of execution you want to obtain.
DESCRIPTION
TheOTIsSynchronous
function returnstrue
if a provider is in synchronous mode or returnsfalse
if the provider is in asynchronous mode.SEE ALSO
To set a provider to synchronous mode, call theOTSetSynchronous
function (page 2-28). To set a provider to asynchronous mode, call theOTSetAsynchronous
function (page 2-29).